home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Goodies / 3rd Party Demos / 3rd Party Plugins / Misc / PEVocoder 1.0 (PPC) / PEVocodePlugin Source Code / errno.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-13  |  465 b   |  31 lines

  1. /*  Metrowerks Standard Library  */
  2.  
  3. /*  $Date: 1999/03/01 18:17:12 $ 
  4.  *  $Revision: 1.8 $ 
  5.  *  $NoKeywords: $ 
  6.  *
  7.  *        Copyright © 1995-1999 Metrowerks, Inc.
  8.  *        All rights reserved.
  9.  */
  10.  
  11. /*
  12.  *    errno.h
  13. */
  14.  
  15. #ifndef _ERRNO_H
  16. #define _ERRNO_H
  17.  
  18. #include <cerrno>
  19. /*
  20. #if defined(__cplusplus) && defined(_MSL_USING_NAMESPACE)
  21.     using namespace std;
  22. #endif
  23. */
  24. #endif
  25.  
  26. /*
  27.  * Change record
  28.  * hh 971206 Created.
  29.  * mf 990301  errno is a utility and is no longer in std.
  30. */
  31.